Microsoft® JScript Debug.writeln Method |
| Home |
|
Writes a specified string and newline character to the Immediate window.
Debug.writeln([string])The writeln method syntax has these parts:
Part Description Debug Required. string Optional. The text you want to write to the Immediate window. If omitted, a newline character is written to the Immediate window.